Natural Language Processing

NLP component tasks

Word embeddings

what are embeddings

what to use, when

NLP Types

/assets/images/natural-language-processing-1.png|600

Example: Bag-of-Words Model

To answer Yes/No, transform test words into a count array, then use training data arrays to model a logistic regression and then predict Yes/No responses.